Click or drag to resize

RequestSessionDescription Property

Returns the request body as SessionDescription if Content-Type is "application/sdp", otherwise returns null. Sets request body and sets Content-Type as "application/sdp".

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public SessionDescription SessionDescription { get; set; }

Property Value

Type: SessionDescription
The session description.
See Also